removed TablePager CSS from Modern's main.css as shared.css already contains that...
[lhc/web/wiklou.git] / skins / common / shared.css
index 0c7ccff..58123be 100644 (file)
@@ -669,22 +669,20 @@ table.collapsed tr.collapsable {
 }
 
 /*
-  Table pager (e.g. Special:Imagelist)
-  - remove underlines from the navigation link
-  - collapse borders
-  - set the borders to outsets (similar to Special:Allmessages)
-  - remove line wrapping for all td and th, set background color
-  - restore line wrapping for the last two table cells (description and size)
+       Table pager (e.g. Special:ListFiles)
+       - remove underlines from the navigation link
+       - collapse borders
+       - set the borders to outsets (similar to Special:AllMessages)
+       - remove line wrapping for all td and th, set background color
+       - restore line wrapping for the last two table cells (description and size)
 */
 .TablePager {
        min-width: 80%;
+       border-collapse: collapse;
 }
 .TablePager_nav a {
        text-decoration: none;
 }
-.TablePager {
-       border-collapse: collapse;
-}
 .TablePager, .TablePager td, .TablePager th {
        border: 1px solid #aaaaaa;
        padding: 0 0.15em 0 0.15em;